home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Graphisme / picturemerge / picturemerge.exe / {app} / picmerge.exe / 0 / RCDATA / TFRMPICTUREMERGE / TFRMPICTUREMERGE.txt
Text File  |  2012-06-22  |  7KB  |  323 lines

  1. object frmPictureMerge: TfrmPictureMerge
  2.   Left = 192
  3.   Top = 124
  4.   Caption = 'STG Picture Merge'
  5.   ClientHeight = 655
  6.   ClientWidth = 923
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object lbPercent: TElLabel
  21.     Left = 787
  22.     Top = 300
  23.     Width = 26
  24.     Height = 16
  25.     Caption = '50%'
  26.   end
  27.   object ElLabel2: TElLabel
  28.     Left = 8
  29.     Top = -1
  30.     Width = 94
  31.     Height = 16
  32.     Caption = 'Image 1 (Base)'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -13
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object ElLabel3: TElLabel
  41.     Left = 472
  42.     Top = -1
  43.     Width = 112
  44.     Height = 16
  45.     Caption = 'Image 2 (Overlay)'
  46.     Font.Charset = ANSI_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -13
  49.     Font.Name = 'Arial'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object ElLabel4: TElLabel
  54.     Left = 472
  55.     Top = 335
  56.     Width = 111
  57.     Height = 16
  58.     Caption = 'Image 3 (Merged)'
  59.     Font.Charset = ANSI_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -13
  62.     Font.Name = 'Arial'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.   end
  66.   object ElLabel1: TElLabel
  67.     Left = 715
  68.     Top = 300
  69.     Width = 138
  70.     Height = 16
  71.     Caption = 'Image 2 Transparency:'
  72.   end
  73.   object lbRes1: TElLabel
  74.     Left = 90
  75.     Top = 193
  76.     Width = 3
  77.     Height = 16
  78.   end
  79.   object lbRes2: TElLabel
  80.     Left = 555
  81.     Top = 191
  82.     Width = 3
  83.     Height = 16
  84.   end
  85.   object ElLabel5: TElLabel
  86.     Left = 8
  87.     Top = 335
  88.     Width = 77
  89.     Height = 16
  90.     Caption = 'Resolutions:'
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -13
  94.     Font.Name = 'Arial'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.   end
  98.   object Label1: TLabel
  99.     Left = 174
  100.     Top = 281
  101.     Width = 67
  102.     Height = 16
  103.     Caption = 'Apply Filter'
  104.   end
  105.   object Label2: TLabel
  106.     Left = 638
  107.     Top = 281
  108.     Width = 67
  109.     Height = 16
  110.     Caption = 'Apply Filter'
  111.   end
  112.   object ImageEn3: TImageEn
  113.     Left = 472
  114.     Top = 351
  115.     Width = 400
  116.     Height = 250
  117.     Cursor = crArrow
  118.     ParentCtl3D = False
  119.     AutoFit = True
  120.     EnableInteractionHints = True
  121.     TabOrder = 2
  122.   end
  123.   object ImageEn1: TImageEn
  124.     Left = 8
  125.     Top = 15
  126.     Width = 400
  127.     Height = 250
  128.     Cursor = crArrow
  129.     ParentCtl3D = False
  130.     ZoomFilter = rfMitchell
  131.     AutoFit = True
  132.     EnableInteractionHints = True
  133.     TabOrder = 0
  134.   end
  135.   object ImageEn2: TImageEn
  136.     Left = 473
  137.     Top = 15
  138.     Width = 400
  139.     Height = 250
  140.     Cursor = crArrow
  141.     ParentCtl3D = False
  142.     ZoomFilter = rfMitchell
  143.     AutoFit = True
  144.     EnableInteractionHints = True
  145.     TabOrder = 1
  146.   end
  147.   object ElPopupButton1: TElPopupButton
  148.     Left = 8
  149.     Top = 271
  150.     Width = 75
  151.     Height = 25
  152.     DrawDefaultFrame = False
  153.     Caption = 'Open'
  154.     TabOrder = 3
  155.     OnClick = ElPopupButton1Click
  156.   end
  157.   object ElTrackBar1: TElTrackBar
  158.     Left = 712
  159.     Top = 316
  160.     Width = 161
  161.     Height = 20
  162.     Max = 100
  163.     Position = 50
  164.     TickPosition = tpNone
  165.     ShowSelection = True
  166.     ActiveBorderType = fbtFlat
  167.     InactiveBorderType = fbtFlat
  168.     OnChange = ElTrackBar1Change
  169.     Color = clBtnFace
  170.     ParentColor = False
  171.     TabOrder = 6
  172.   end
  173.   object ElPopupButton2: TElPopupButton
  174.     Left = 472
  175.     Top = 271
  176.     Width = 75
  177.     Height = 25
  178.     DrawDefaultFrame = False
  179.     Caption = 'Open'
  180.     TabOrder = 4
  181.     OnClick = ElGraphicButton1Click
  182.   end
  183.   object ElPopupButton3: TElPopupButton
  184.     Left = 472
  185.     Top = 607
  186.     Width = 75
  187.     Height = 25
  188.     DrawDefaultFrame = False
  189.     Caption = 'Save'
  190.     TabOrder = 5
  191.     OnClick = ElGraphicButton2Click
  192.   end
  193.   object panel: TElHTMLPanel
  194.     Left = 8
  195.     Top = 351
  196.     Width = 400
  197.     Height = 250
  198.     Cursor = crDefault
  199.     Alignment = taLeftJustify
  200.     BevelOuter = bvLowered
  201.     Color = clWindow
  202.     DockOrientation = doNoOrient
  203.     DoubleBuffered = False
  204.     Layout = tlTop
  205.     TransparentXPThemes = False
  206.   end
  207.   object cbFilter1: TComboBox
  208.     Left = 247
  209.     Top = 271
  210.     Width = 161
  211.     Height = 24
  212.     Style = csDropDownList
  213.     ItemHeight = 16
  214.     TabOrder = 8
  215.     OnChange = cbFilter1Change
  216.     Items.Strings = (
  217.       'None'
  218.       'Convert to B&W'
  219.       'Negative')
  220.   end
  221.   object cbFilter2: TComboBox
  222.     Left = 711
  223.     Top = 271
  224.     Width = 161
  225.     Height = 24
  226.     Style = csDropDownList
  227.     ItemHeight = 16
  228.     TabOrder = 9
  229.     OnChange = cbFilter2Change
  230.     Items.Strings = (
  231.       'None'
  232.       'Convert to B&W'
  233.       'Negative')
  234.   end
  235.   object main1: TImageEn
  236.     Left = 379
  237.     Top = 104
  238.     Width = 102
  239.     Height = 81
  240.     Cursor = crArrow
  241.     ParentCtl3D = False
  242.     ZoomFilter = rfMitchell
  243.     AutoFit = True
  244.     EnableInteractionHints = True
  245.     Visible = False
  246.     TabOrder = 10
  247.   end
  248.   object main2: TImageEn
  249.     Left = 379
  250.     Top = 191
  251.     Width = 102
  252.     Height = 81
  253.     Cursor = crArrow
  254.     ParentCtl3D = False
  255.     ZoomFilter = rfMitchell
  256.     AutoFit = True
  257.     EnableInteractionHints = True
  258.     Visible = False
  259.     TabOrder = 11
  260.   end
  261.   object dlgOpen: TOpenImageEnDialog
  262.     Filter = 
  263.       'All graphics|*.tif;*.tiff;*.jpg;*.jpeg;*.jpe;*.pcx;*.bmp;*.dib;*' +
  264.       '.rle;*.ico;*.cur;*.png;*.wmf;*.emf;*.tga;*.targa;*.vda;*.icb;*.v' +
  265.       'st;*.pix;*.pxm;*.ppm;*.pgm;*.pbm;*.avi|TIFF Bitmap (TIF;TIFF)|*.' +
  266.       'tif;*.tiff|JPEG Bitmap (JPG;JPEG;JPE)|*.jpg;*.jpeg;*.jpe|PaintBr' +
  267.       'ush (PCX)|*.pcx|Windows Bitmap (BMP;DIB;RLE)|*.bmp;*.dib;*.rle|W' +
  268.       'indows Icon (ICO)|*.ico|Windows Cursor (CUR)|*.cur|Portable Netw' +
  269.       'ork Graphics (PNG)|*.png|Windows Metafile (WMF)|*.wmf|Enhanced W' +
  270.       'indows Metafile (EMF)|*.emf|Targa Bitmap (TGA;TARGA;VDA;ICB;VST;' +
  271.       'PIX)|*.tga;*.targa;*.vda;*.icb;*.vst;*.pix|Portable Pixmap, Grey' +
  272.       'Map, BitMap (PXM;PPM;PGM;PBM)|*.pxm;*.ppm;*.pgm;*.pbm|Video for ' +
  273.       'Windows (AVI)|*.avi'
  274.     Left = 576
  275.     Top = 111
  276.   end
  277.   object dlgSave: TSaveImageEnDialog
  278.     DefaultExt = 'jpg'
  279.     Filter = 
  280.       'JPEG Bitmap (JPG)|*.jpg|TIFF Bitmap (TIF)|*.tif|PaintBrush (PCX)' +
  281.       '|*.pcx|Portable Network Graphics (PNG)|*.png|Windows Bitmap (BMP' +
  282.       ')|*.bmp|OS/2 Bitmap (BMP)|*.bmp|Targa Bitmap (TGA)|*.tga|Portabl' +
  283.       'e PixMap (PXM)|*.pxm|Portable PixMap (PPM)|*.ppm|Portable GreyMa' +
  284.       'p (PGM)|*.pgm|Portable Bitmap (PBM)|*.pbm'
  285.     Options = [ofOverwritePrompt, ofHideReadOnly]
  286.     ExOptions = []
  287.     AttachedImageEnIO = ImageEnIO1
  288.     Left = 568
  289.     Top = 143
  290.   end
  291.   object ImageEnIO1: TImageEnIO
  292.     PreviewFont.Charset = DEFAULT_CHARSET
  293.     PreviewFont.Color = clWindowText
  294.     PreviewFont.Height = -13
  295.     PreviewFont.Name = 'MS Sans Serif'
  296.     PreviewFont.Style = []
  297.     Left = 608
  298.     Top = 335
  299.   end
  300.   object MainMenu1: TMainMenu
  301.     Left = 648
  302.     Top = 191
  303.     object Help1: TMenuItem
  304.       Caption = 'Help'
  305.       object Help2: TMenuItem
  306.         Caption = 'Help'
  307.         OnClick = Help2Click
  308.       end
  309.       object N1: TMenuItem
  310.         Caption = '-'
  311.       end
  312.       object WebPage1: TMenuItem
  313.         Caption = 'Web Page'
  314.         OnClick = WebPage1Click
  315.       end
  316.       object About1: TMenuItem
  317.         Caption = 'About'
  318.         OnClick = About1Click
  319.       end
  320.     end
  321.   end
  322. end
  323.